'Declaration Protected Overridable Sub ChangeSelection( _
ByVal oldImageСтарое изображение.As Vintasoft.Imaging.VintasoftImage, _
ByVal currentImageТекущее изображение.As Vintasoft.Imaging.VintasoftImage _
)
protected virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage oldImage,
Vintasoft.Imaging.VintasoftImage currentImage
)
protected: virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage* oldImage,
Vintasoft.Imaging.VintasoftImage* currentImage
)
protected:
virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage^ oldImage,
Vintasoft.Imaging.VintasoftImage^ currentImage
)
Parameters
- oldImage
- Старое изображение.
- currentImage
- Текущее изображение.